x86: Write correct bus number for the irq router
authorBin Meng <[email protected]>
Tue, 23 Jun 2015 04:18:45 +0000 (12:18 +0800)
committerSimon Glass <[email protected]>
Wed, 15 Jul 2015 00:03:17 +0000 (18:03 -0600)
commit9c235436a3fbc8d6959c0acee276b7060e61f2e5
tree447288c9672e3de4e499032e28af34c4d60305a1
parentd402f922b291bb76e7e3b5c15dda7abf1ce33b85
x86: Write correct bus number for the irq router

We should write correct bus number to the PIRQ routing table for the
irq router from device tree, instead of hard-coded zero.

Signed-off-by: Bin Meng <[email protected]>
Acked-by: Simon Glass <[email protected]>
arch/x86/cpu/irq.c